home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON06 / ACT06B / L06B2.dir / internal_52_check done custon.ls < prev    next >
Encoding:
Text File  |  2004-07-12  |  95 b   |  7 lines

  1. on exitFrame
  2.   global gStateList
  3.   if gStateList.count <= 0 then
  4.     go("finish")
  5.   end if
  6. end
  7.